SftTree/NET 2.0

MergeWithLowerDefault Property, RowHeadersClass Class

Softel vdm, Inc.

Defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MergeWithLowerDefault As Boolean

C#   

public bool MergeWithLowerDefault { get; set; }

C++   

public: property bool MergeWithLowerDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells in row headers merge with cells below, otherwise False.

The default value is False.

Comments

The MergeWithLowerDefault property defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below.

The default settings for cell merging can be defined using these properties: ColumnClass.MergeWithLowerDefault is used for cells in the item area, RowHeaders.MergeWithLowerDefault for row headers, Headers.MergeWithLowerDefault for cells in column headers and Footers.MergeWithLowerDefault for cells in column footers.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com